Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

class System.​Text.​Json.​Serialization.​Metadata.​JsonObjectInfoValues<​T>

Assembly: System.Text.Json

Inheritance: object → JsonObjectInfoValues

Provides serialization metadata about an object type with constructors, properties, and fields.

Properties

ConstructorAttributeProviderFactory
Provides a delayed attribute provider corresponding to the deserialization constructor.
ConstructorParameterMetadataInitializer
Provides a mechanism to initialize metadata for a parameterized constructor of the class or struct to be used when deserializing.
NumberHandling
Gets or sets an object that specifies how number properties and fields should be processed when serializing and deserializing.
public Func<​T>
ObjectCreator
Gets or sets a mechanism to create an instance of the class or struct using a parameterless constructor during deserialization.
public Func<​object[], T>
ObjectWithParameterizedConstructorCreator
Gets or sets a mechanism to create an instance of the class or struct using a parameterized constructor during deserialization.
PropertyMetadataInitializer
Gets or sets a mechanism to initialize metadata for properties and fields of the class or struct.
public Action<​Utf8JsonWriter, T>
SerializeHandler
Gets or sets a serialization implementation for instances of the class or struct that assumes options specified by <see cref="T:System.Text.Json.Serialization.JsonSourceGenerationOptionsAttribute" /> .

Methods

public bool
Equals​(object obj)
Inherited from object
protected void
Finalize​()
Inherited from object
public int
GetHashCode​()
Inherited from object
public Type
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object
public string
ToString​()
Inherited from object